home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / vedt.zip / COMPILE.CNF < prev    next >
Text File  |  1990-10-16  |  665b  |  23 lines

  1. COMPILE.CNF - Default compiler support specifications
  2.  
  3. SUPPORTPATH=C:\VEDIT\
  4.  
  5. DEFCOMPILE=CL /c -proj.ext
  6. DEFLINK=LINK /codeview -proj.obj;
  7. DEFDEBUG=CV /e -proj.exe
  8. DEFMAKE=NMAKE /n
  9.  
  10. COLORDISPLAY=?        ;True color display (Y/N/?)
  11.  
  12. MENUCOLOR=79        ;Menu window "M"
  13.             ;Default 79 for color and 112 for B/W
  14. INCLUDECOLOR=31        ;Error and include file window
  15.             ;Default 31 for color and 7 for B/W
  16. HELPCOLOR=30        ;Help window "H"
  17.             ;Default 30 for color and 7 for B/W
  18. OPTIONSCOLOR=48        ;Options edit window "O"
  19.             ;Default 48 for color and 112 for B/W
  20. ERRORCOLOR=71        ;Error window
  21.             ;Default 71 for color and 112 for B/W
  22. ERRORBEEP=Y        ;Beep on error (Y/N)
  23.